Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / SyncRoot Property

In This Topic
    SyncRoot Property (StructList<T>)
    In This Topic
    Gets an object that can be used to synchronize access to the StructList<T>.
    Syntax
    'Declaration
     
    Public ReadOnly Property SyncRoot As System.Object
    public System.object SyncRoot {get;}
    See Also